home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / help.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1995-09-29  |  129 b   |  11 lines

  1. on mouseDown
  2.   set the visible of sprite 25 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   tell the stage
  8.     go("HOver")
  9.   end tell
  10. end
  11.